home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / clipmn40.arc / CLIPUTIL.PRG < prev    next >
Text File  |  1987-10-29  |  332b  |  12 lines

  1. PROC SETUP
  2. CLEA
  3. TEXT
  4. This procedure, "SETUP", is automatically called from the menu system generated
  5. by Clipmenu.  In it, you can set system configuration options any way you
  6. want to.  "UTIL" is appended to the first four letters of the system (in this
  7. case, "CLIP"), for the utility files.
  8. ENDTEXT
  9. inkey(0)
  10. CLEA
  11. RETURN
  12.